Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.