Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanveerahmed4545/ta-fashion-server
Ta Fashion is a meticulously designed Single page Fashion website created with React, React Router, and Tailwind CSS, featuring a user-friendly layout and original design.It includes essential pages like Home and Login/Register.
https://github.com/tanveerahmed4545/ta-fashion-server
cors dotenv expressjs mongodb
Last synced: 3 days ago
JSON representation
Ta Fashion is a meticulously designed Single page Fashion website created with React, React Router, and Tailwind CSS, featuring a user-friendly layout and original design.It includes essential pages like Home and Login/Register.
- Host: GitHub
- URL: https://github.com/tanveerahmed4545/ta-fashion-server
- Owner: TanveerAhmed4545
- Created: 2024-08-14T23:02:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T10:26:45.000Z (5 months ago)
- Last Synced: 2024-11-19T17:55:46.659Z (2 months ago)
- Topics: cors, dotenv, expressjs, mongodb
- Language: JavaScript
- Homepage: https://ta-fashion.web.app/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ta Fashion
## Live Server: https://ta-fashion.web.app/
## Client site:https://github.com/TanveerAhmed4545/ta-fashion
## About
Ta Fashion is a meticulously designed Single page Fashion website created with React, React Router, and Tailwind CSS, featuring a user-friendly layout and original design.It includes essential pages like Home and Login/Register.
## Technologies:
Node.js Express.js MongoDB Cors dotenv
## Installation:
Prerequisites
Make sure you have the following installed:Node.js (v14 or higher)
npm or yarn
MongoDB (running locally or using a service like MongoDB Atlas)#### Step 1: Clone the Repository
First, clone the repository to your local machine using the following command:
```bash
git clone https://github.com/TanveerAhmed4545/ta-fashion-server.git
```#### Step 2: Navigate to the Project Directory
Change into the project directory:
```bash
cd backend-repo
```#### Step 3: Install Dependencies
Install the required dependencies by running the following:
```bash
npm install
```
#### Step 4: Running the Project Locally
Start the MongoDB service (if running locally).Start the backend server:
```bash
npm run dev
```
The backend server will start at:```bash
http://localhost:5000
```#### Step 5: Environment Variables
To run this project, you will need to add environment variables to your .env file:
```bash
DB_USER=
DB_PASS=
```Available Scripts
npm run dev – Runs the app in development mode.
npm run start – Runs the app in production mode.
npm run lint – Lints your code for errors.