nandinee33 / e-Diary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vishku - Notes App

Step 1 - Install dependencies for server : npm install

Step 2 - Install dependencies for client : cd client ---> npm install

Step 3 - Connect to mongodb database

Step 4 - Run client & server concurrently : npm run dev

Step 5 - Run the Express server : npm run server

Step 6 - Run the React client : npm run client

Server runs on - http://localhost:5000

Client runs on - http://localhost:3000

Signup Page

alt

Login Page

alt

Creating Notes

alt

Home Page

alt

Editing Notes

alt

About


Languages

Language:JavaScript 77.1%Language:HTML 11.7%Language:CSS 11.2%