Back-End for social media application developed for portfolio purposes, you can check the code for the front-end here: https://github.com/leodaiub/fakebook-front.
- Node.js.
- MySQL.
- AdonisJS Framework.
- Setup tests and get 100% code coverage.
- Finish post sharing feature.
- Setup CI/CD
clone the repo and then run npm install
.
Run the following command to run startup migrations.
adonis migration:run
Run the following command to run startup migrations.
adonis serve --dev
Run the following command to run startup migrations.
npm start