A WebApp to Keep your all notes at one place
git clone https://github.com/kanhaiya04/inotebook.git
cd ./inotebook
- Install node dependencies
npm install
cd backend/
npm install
- Create a
.env
file in backend folder- Add relevant credentials
cp .env.sample .env
cd ../
npm run dev
- The app is now running at http://localhost:3000/