An open API service indexing awesome lists of open source software.

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

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