This section highlights the key frameworks and libraries that form the foundation of your project. Below are some notable examples:
: A JavaScript runtime built on Chrome's V8 JavaScript engine.
: Fast, unopinionated, minimalist web framework for Node.js.
: The programming language of
: The database for modern applications.
: ReactJS is an open-source, front-end JavaScript library.
: Pluggable linting utility for identifying and fixing code issues.
: Opinionated code formatter to ensure consistent code styling the web.
Before you begin contributing to this project, make sure you have the following set up:
-
Clone the Repository:
git clone https://github.com/Puskar-Roy/Pathway
-
Install Dependencies:
cd Pathway/public npm install
and
cd Pathway/server npm install
-
Add Environment Variables:
cd Pathway/server touch .env
-
Add the necessary configuration:
PORT = 5050 #Your Port MONGOURI = <your-mongodb>
-
Run This Project:
cd public && yarn start
or
cd public && npm start
cd server && yarn start
or
cd server && npm start