This project has two main folders, api, and web.
This folder is going to store all the connections, configurations, and procedures of the data and the database.
This is the frontend application that will be the user interface with the data in the db
- navigate to the web folder and install the packages
npm install - run the server
npm run start
for development:
- nagivate to the web folder and install packages
npm install - running the dev server
npm run dev
Every issue will need a pr.
- get an issue assigned
- create a branch - name it the issue number
- create a pr
- in the title add the
######: nameissue number followed by the name. - in the description add the changes that where made
- in the title add the
- before merging into the develop branch make sure that one person has done code review on the work