Skip to content

priya03050/uniThreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

UniThreads

LinkedIn


About The Project

A comprehensive merchandise management platform for college clubs, streamlining the process of selling and purchasing merchandise for clubs such as Chess Club, Computer Coding Club, Enactus, etc.

Installation

  1. Clone this GitHub repository - UniThreads

  2. Install all dependent npm packages for both folders.

npm install

  1. Create a MongoDB database

  2. If running locally update the DATABASE with your connection string in a .env file in the projbackend folder. An example of the .env file ->

Projbackend .env ->

DATABASE = mongodb://localhost:27017/**** PORT = 8000 SECRET = *****

Projfrontend .env ->

REACT_APP_BACKEND =http://localhost:PORT/api/

  1. If running on a server or hosting platform add the DATABASE with connection string to the environment variables.

  2. Turn on the mongod, mongo commands in the command prompt and use RoBo3T to access the Database.

(back to top)

Built With

Contributors

Links

(back to top)

Thank You!