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