An project to assemble an API and a database to produce content for a mini blog.
In this project developed during the course of Trybe, it was proposed develop and test an API for a Blog, in addition to a database, in it we will have a CRUD of posts with a layer of authentication of users.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/vitoraok1/sequelize-nodejs-blogs-api-trybe
- Enter in directory
cd sequelize-nodejs-blogs-api-trybe
- Install dependencies
npm install
- Start application
npm start
- Have fun!
- Vitor Aoki - Web development Student - Vitor Aoki - All Work