/api-scheduler-ts

Node ts scheduler api

Primary LanguageCSSOtherNOASSERTION

Getting started

  • Clone the repository
git clone
  • Install dependencies
cd api-scheduler-ts
npm install
  • Start your mongoDB server (you'll probably want another command prompt)
mongod
  • Build and run the project
npm start

Navigate to http://localhost:3000