Table of Contents
This project is a full-stack MERN (MongoDB, Express, React, Node.js) application designed to help users track their job applications. It provides features for adding, editing, and deleting job applications, as well as viewing statistics about the application process.
To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Node.js (v18 or higher)
- MongoDB
- Clone the repo
git clone https://github.com/thalesraymond/mern-study.git
- Install NPM packages for both server and client
npm run setup-project
- Create a
.envfile in the root directory and add the following environment variables:PORT= MONGO_URL= JWT_SECRET= JWT_EXPIRATION= CLOUDINARY_CLOUD_NAME= CLOUDINARY_API_KEY= CLOUDINARY_API_SECRET=
Use the following command to run the application:
npm run devThis will start both the client and server concurrently.
Distributed under the ISC License. See LICENSE for more information.