Skip to content

My final assignment submission for a Full Stack Developer Bootcamp (MEAN)

Notifications You must be signed in to change notification settings

Shyentist/MEAN-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MEAN Course Assignment

This was my final assignment submission for a Full Stack Developer Bootcamp (MEAN), which achieved top marks back in 2023. While certain best practices were studied and clarified, for the purposes of this assignment, we were instructed to deviate from them to simplify the examiner's review process.

Tech-Stack & Languages

MongoDB Express.js Angular NodeJS

HTML5 CSS3 JavaScript TypeScript

Set-up

  1. Make sure you have MongoDB up and running, and that it is accessible at mongodb://localhost:27017
  2. Make sure you have Node installed (I am using v16.15.0)
  3. Open terminal in ./Backend/
  4. Install dependencies with npm install
  5. Run npm start
  6. When the terminal confirms the connection, visit http://localhost:4000/init/drop to drop eventual conflicting collections. If you don't have any, you will get an error because you are trying to drop what doesn't exist. You can visit this endpoint again in the future if you ever want to re-initialise or clean your Mongo environment.
  7. Now, visit http://localhost:4000/init to initialise the database, which should now have 2 collections in a dataset called shyentist: users and products
  8. Visit http://localhost:4000 to start from the Home page

Users

Two users are initialised, one as a client, the other as an admin. To Log in, visit http://localhost:4000/login. For the client account, insert email: [email protected] and password oraoraora. For the admin account, insert email: [email protected] and password Shyentist.

About

My final assignment submission for a Full Stack Developer Bootcamp (MEAN)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published