Skip to content

tommydebisi/Uptick-Backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Aspect

Logic for the backend aspect of the application is written in Typescript

Usage

To run the backend aspect of the application, run the following command in the root directory of the project:

npm run start

Setup

Place your .env file in the root directory of the project. The .env file should contain the following variables:

PORT=<port number to run the server on>

DB_HOST=<database host>
DB_NAME=<database name>
DB_USER=<database user>
DB_PASS=<database password>

MAIL_USER=<email address to send emails from>
MAIL_PASSWORD=<email password>
MAIL_CONTACT=<email of admin to send to>

Authors

  • Oluwatomiwa Adebisi
  • Dina Iyanu

About

CMS for Jobs, Blogs and programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%