Skip to content

Mario5T/MAD_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAD_Backend

Overview

The MAD_Backend repository is the server-side component for the MAD (Mobile Application Development) project. It provides APIs and backend functionality for the corresponding frontend mobile app.

Project Structure

  • src/: Main source code containing API endpoints and business logic.
  • .gitignore: Specifies files and directories ignored by Git.
  • package.json: Project dependencies and scripts.
  • package-lock.json: Locks dependency versions.

Installation

If you’d like to contribute:

  1. Clone this repo
git clone https://github.com/Mario5T/MAD_Backend.git
  1. Open it in VS Code
  2. Run:
npm install

Create a .env file (optional) to override defaults:

MONGO_URI="your-mongodb-atlas-uri"
MONGO_DB="mad_backend"
JWT_SECRET="your-secret"

Start the server:

npm run dev

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors