Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1 KB

File metadata and controls

53 lines (32 loc) · 1 KB

expressjs-lms-app

lms application designed using express, typescript and nodejs, mongodb

Pre-reqs

To build and run this app locally you will need a few things:

Getting started

  • Clone the repository
git clone https://github.com/balajihambeere/express-mongo-nodejs-typescript-realtime-app.git <project_name>

  • Install typescript
npm install -g typescript

  • Install dependencies
cd <project_name>
npm install

  • Start your mongoDB server (you'll probably want another command prompt)
mongod

  • Build and run the project
npm start

Finally, navigate to http://localhost:3000 and you should see the server started locally!