/fakebook-api

Social media application developed for portfolio purposes.

Primary LanguageJavaScript

Fakebook App.

Codacy Badge

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.

Tech Stack:

  • Node.js.
  • MySQL.
  • AdonisJS Framework.

TO DO:

  • Setup tests and get 100% code coverage.
  • Finish post sharing feature.
  • Setup CI/CD

Setup

clone the repo and then run npm install.

Migrations

Run the following command to run startup migrations.

adonis migration:run

Develop

Run the following command to run startup migrations.

adonis serve --dev

Start in production

Run the following command to run startup migrations.

npm start