"The journey of a thousand lines of code begins with a single 'Hello World'."
Server for the app CodeProctor.
This project was made so that I can get started on learning MERN with MongoDB instead of MySQL (finally).
Special thanks to Heaps of Coffee
Stay Learning and MERNing
Make sure you have a MongoDB account. Then, create a database that supports the users schema as described in the User.js
file.
Go to the Command Line or Terminal and type
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Then, run the development server by typing
nodemon
Then, run the CodeProctor project.
You can start editing the page by modifying app/page.js
(and all other page.js
files in other locations). The page auto-updates as you edit the file.
Email me at amaengo@protonmail.com if you find any bugs in the program or have any issues running it.