Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 933 Bytes

File metadata and controls

19 lines (14 loc) · 933 Bytes

Notegram Express Server

It is a social media application where different users across the world joins the platform and build, push, and maintain their notes.

Requirement

Node: 16.13.2 Package Manager: npm 8.1.2 OS: win32 x64

Frontend Repository

Checkout https://github.com/itsmdasifraza/notegram-angular-client for further code.

Deployed Application

Checkout https://notegram-express-server.vercel.app/ to view application in production.

Start Development server

Run npm start for a development server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.

Build Production Server

Run npm run build for a production server. Navigate to http://localhost:3000/. The app will automatically reload if you change any of the source files.