This is the repository for the backend code of the trax issue tracker project.
- After you have cloned the repository,
cd
into its root folder and runnpm install
- Create a database by executing the SQL dump file (TBC)
- Duplicate the
db.conf.template.json
file into a file calleddb.conf.json
and edit all the values according to your local database setup - Run
npm start
. The server will be listening on port 4000