Skip to content

balajihambeere/expressjs-real-world-example-application

Repository files navigation

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!

About

lms application designed using express, typescript and nodejs, mongodb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published