https://github.com/brunolagoa/rsxp-backend
Hackathon
https://github.com/brunolagoa/rsxp-backend
Last synced: 2 months ago
JSON representation
Hackathon
- Host: GitHub
- URL: https://github.com/brunolagoa/rsxp-backend
- Owner: BrunoLagoa
- Created: 2019-11-26T17:55:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T13:16:15.000Z (over 2 years ago)
- Last Synced: 2023-03-02T13:32:58.571Z (over 2 years ago)
- Language: JavaScript
- Size: 1.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adonis API application
This is the boilerplate for creating an API server in AdonisJs, it comes pre-configured with.
1. Bodyparser
2. Authentication
3. CORS
4. Lucid ORM
5. Migrations and seeds## Tematica
Ajudar a turma na educação. 25 anos pra baixo
## Setup
Use the adonis command to install the blueprint
```bash
adonis new yardstick --api-only
```or manually clone the repo and then run `npm install`.
### Migrations
Run the following command to run startup migrations.
```js
adonis migration:run
```