Get mentored by verified professionals
- Node.js/ExpressJS
- PostgreSQL DB
- TypeScript
- GraphQL
The following should be installed in your machine
- Node v10.13.0
- PostgreSQL v9+
- Clone this Repo and
cd
into it - Install all the dependancies by running the
yarn install
- Create a
.env
file and request for values from ADMIN - Start the application on development mode by running
yarn dev
Kindly refer to the guide above to setup, and reachout to admin for further instructions
Issues are always very welcome. Please be sure to create a constructive issue when neccessary.
We're glad to get pull request if anything is missing or something is buggy. However, there are a couple of things you can do to make life easier for the maintainers:
- Explain the issue that your PR is solving - or link to an existing issue
- Follow the repository structure, and new sections in the corresponding folders
- Ask questions to admin if unclear