Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lqss11/node-mongo-twig


https://github.com/lqss11/node-mongo-twig

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# node-mongo-twig
This project is a template that is easy and available to use as a node.js application using the mongo database and twig templating engine all in one place.
## Info
You can run the application by setting up docker containers running the **docker-compose.yaml** file with:
```sh
docker-compose up --build
```
You can check the following URLs to test:
| Link | Action |
| ---- | ------ |
|[http://localhost:30030/users/create](http://localhost:30030/users/create)|Create new user |
|[http://localhost:30030/users/signin](http://localhost:30030/users/signin)|Sign in as |
|[http://localhost:30030/users/](http://localhost:30030/users/)|Get all user |
|[http://localhost:30030/users/:_id](http://localhost:30030/users/:_id)|Get user by id |
|[http://localhost:30030/users/create](http://localhost:30030/users/delete/:id)|Delete user |