This project is being hoasted on Render.com on the free tier. If nothing is showing up it's not a bug! Since I am using the free tier of Render's service, it may take up to 1 minute for data to populate. Thank you for your patience!
This repository contains a full-stack application for a ficticius clothing store called Artisan Allure Fashions.
The purpose of this project was to learn how to use MongoDB for an internship I was doing at the time of developing this. For the most part this project is complete, and has eveything that I wanted it to have in order to improve my abilities with MongoDB.
Client: React.js, CSS
Server: Express.js, MongoDB
Technologies: Github, Postman, Render
Step 1: Clone the project
git clone https://github.com/A13xYanez/ArtisanAllure-FashionsStep 2: Go to the front-end directory
cd front-endStep 3: Install dependencies
npm installStep 4: Start the server
npm run devStep 5: In a seperate terminal, go to the back-end directory
cd back-endStep 6: Install dependencies
npm installStep 7: Start the server
npm run devTo run this project, you will need to add the following environment variables to your .env file
MONGO_URL = "MongoDB Url"
SECRETE = "Random String For Regerstration/Login Encryption"