Skip to content

viernesviernes/EmerTech-Lab-Assignment-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmerTech-Lab-Assignment-1

Start

  1. Backend

    • cd backend
    • Create src/config/.env (see variables below).
    • npm install
    • npm run dev
  2. Frontend

    • cd frontend
    • npm install
    • npm run dev

Env (backend)

Path: backend/src/config/.env

Variables:

  • MONGODB_URL – MongoDB connection string
  • sessionSecret – Secret for JWT/session
  • ADMIN_KEY – Key required in body when creating an admin

About

Lab Assignment 1 for Emerging Technologies

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors