Steps to setup project locally:
- Clone the repo to to your local machine.
- Install npm, initialize npm; and therefore install all dependencies via npm.
- Create a local DB in MySQL w name 'fb'.
- Run migrations from src/migrations/
- Run command
npm run dev
to run the server.
TODOs:
- Authorization.
- CamelCasing in certain places.
- Better name conventions such as
createdBy
instead ofuser_id