Skip to content

alifares10/Full-Stack-44---Ali-Fares---Node.JS-Final-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Ali Fares Full Stack 44 Node.JS Final Project

this my final project for the node portion of the full stack course.I created the backend with node and express and the front end with react.

Installation

  • clone the repo
git clone
  • create a .env file in the backend folder and add the following
JWT_SECRET=your_secret
FRONTEND_URL=youre_frontend_url
MongoDB_URI=your_mongoDB_uri
  • install and run the backend
cd backend
npm install
npm run dev
  • install and run the frontend
cd frontend
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages