Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 668 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 668 Bytes

iNoteBook

A WebApp to Keep your all notes at one place

image

Generic badge

Instructions

  1. git clone https://github.com/kanhaiya04/inotebook.git
  2. cd ./inotebook
  3. Install node dependencies
    • npm install
    • cd backend/
    • npm install
  4. Create a .env file in backend folder
    • Add relevant credentials
    • cp .env.sample .env
  5. cd ../
  6. npm run dev
  7. The app is now running at http://localhost:3000/