ayan-de / Goava-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goava-backend

Portfolio Website

Backend of a Ecommerce website

πŸ“Œ Features πŸ’‘

  • Dark Mode.
  • Multiple Routes.
  • Mobile Responsiveness.

πŸ“Œ Technologies used πŸ› οΈ

  • [EJS]
  • [Nodejs]
  • CSS - Used for Styling

πŸ“Œ Getting Started πŸš€

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. There are two methods:-

1. Using npm/yarn

Using npm/yarn

Prerequisites πŸ“‹

You'll need Git and Node.js (which comes with NPM) installed on your computer.

node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher

From your command line, first clone this repo:

# Clone this repository
$ git clone https://github.com/ayan-de/Goava-backend.git

# Go into the repository
$ cd tshirtstore

# Remove current origin repository
$ git remote remove origin

Then you can install the dependencies either using NPM or Yarn:

Using NPM:

# Install dependencies
$ npm install

# Start development server
$ npm start or nodemon index.js

Once your server has started, go to this url http://localhost:4000/ and you will see the website running on a Development Server.

πŸ“Œ Authors

-[Ayan De](

πŸ“Œ Contributing

Please feel free to pull requests or log issues.

πŸ“Œ License

-MIT license

πŸ“Œ Contact πŸ“¬

For any query, email deayan252@gmail.com.

Thanks!

About


Languages

Language:JavaScript 90.8%Language:EJS 9.2%