https://github.com/vincent-andrieu/server-template
Basic web client and server with a Mongo database and authentification
https://github.com/vincent-andrieu/server-template
angular express mongo typescript web
Last synced: 3 months ago
JSON representation
Basic web client and server with a Mongo database and authentification
- Host: GitHub
- URL: https://github.com/vincent-andrieu/server-template
- Owner: vincent-andrieu
- Created: 2023-12-18T18:42:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T16:16:32.000Z (about 2 years ago)
- Last Synced: 2025-10-13T17:42:50.313Z (9 months ago)
- Topics: angular, express, mongo, typescript, web
- Language: TypeScript
- Homepage:
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build
## Core
1. npm install
2. npm run build
3. npm link
## Server
1. npm install
2. npm link core
# Run
## Server
1. npm start