Skip to content

Interview assignment @ branded.co.il (User authentication with the MERN stack)

Notifications You must be signed in to change notification settings

BenElferink/Branded-Members

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Branded Members

Fullstack interview assignment @ Branded Apps

How to engage the app:

There are 2 apps within this project:

In order to launch the development session, follow these instructions:

  1. First download this repository
  2. Then download MongoDB community server using these instructions (only Mac)
  3. Following the documentation in step 2, start the service and open the mongo shell

database

  1. Open a new terminal, and change directory to /Branded-Members/backend
  2. Type npm install to get all dependencies
  3. Type npm start and the server should be running, connected to the database

database

  1. Open another terminal, and change directory to /Branded-Members/frontend/
  2. Type npm install to get all dependencies
  3. Type npm start and the app should be served at http://localhost:3000/

database

Remember to close the service at the end of your session!