This project is made using Node.js + Typescript and express. The compiled angular application is saved in .\files and served at \.
.\dist contains compiled javascript files
The entry page is index.ts and express instance is created at app.ts
- Typescript
- MongoDb
Run the following commands:
1. npm i
2. npm start
3. Server is now running on port :3000