Simple API, for a platform for teachers to announce their classes. Webserver without any authentification in the routes, application made by portfolio and to grow constantly. The goal was to get this MVP off the ground.
- Executando a Aplicação:
# Insert environment variables
$ vim .env copy
## Run the api
$ npm run dev
## Apply migrations
$ npm run knex:migrate
## Build typescript of javascript from /dist
$ npm run build
## Remove all migrations
$ npm run knex:down
Listening http://localhost:3333
- Attention the API routes are inside the routes-insomnia.json, just import