Clone of Notion - The All-In-One Workspace for Notes and Taks
Backend built with Typegraphql, TypeORM, Apollo Server, Express and MySQL
Frontend built with Typescript, NextJS, and Apollo Client
To run this repo:
git clone- Change directory to server and install packages through
yarncommand - Edit ormconfig.json to match database with your needs.
- Run server with
yarn startin server directory - Change directory to web-nextjs and install packages through npm install or yarn
- Run client with
yarn devin web-nextjs directory