Skip to content

elem15/auth-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 

Repository files navigation

Test task for some company.

CRUD User with authentication.

Stack: React + Express + MongoDB

Setup

  1. Clone the repository and install the dependencies
cd auth-MERN/frontend
npm install
echo "VITE_LOCAL=true" > .env.local
cd ../backend 
npm install
echo "MONGO_CONNECTION_STRING=<your MongoDB uri>" > .env
echo "SESSION_SECRET=<any string>" >> .env
  1. Build the fullstack application locally
npm run build:full
  1. Start the frontend application locally
npm start

About

Full stack app for authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published