Skip to content

rogeraraujo90/hey-freela

Repository files navigation

HeyFreela!

CodeQL Node.js CI Maintainability Test Coverage Quality Gate Status

An API to provide the HeyFreela system resources

Development environment

  • Node 18
  • MySQL Server 8

Setting up

  1. Create hey_freela and hey_freela_test databases in your MySQL Server.
  2. Create the .env file with your database credentials. You can use .env.example as reference.
  3. Run npm run dev to start the development server.

If everything have worked fine you should be able to access the API through http://localhost:3000/<route>

Tests

To run the test suite: npm run test

You can also run:

  • npm run lint to perform the linter check
  • npm run lint:fix to perform the linter and fix all issues

Contributing

TBD

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published