Follow the steps below to set up and install the project on your local machine.
git clone https://github.com/iabrahaamxs/app_sphere.git
cd app_sphereNavigate to the Backend and Frontend folders and install the required dependencies:
Backend:
cd Backend
npm installFrontend:
cd ../Frontend
npm installIn the Backend and Frontend folders, you will find the .env.example files. Make a copy of them and rename them to .env:
Backend:
cd Backend
copy .env.example .envFrontend:
cd ../Frontend
copy .env.example .envEdit the .env files in each folder and adapt the values according to your environment configuration.
Ensure you have an active database server and create the required database.
Refer to the Entity-Relationship Model (ERM) below to structure the database:
Once the dependencies and .env files are configured, start the Backend and Frontend servers.
Backend:
cd Backend
npm run devFrontend:
cd Frontend
npm startThe project should now be running on your machine! 🎉
- Abraham Almao
- Madeleine Toussaint
