nis130 / Mini-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

  • npm
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/nis130/Mini-project.git
  1. Install NPM packages
cd server
npm install
cd ../client
npm install
  1. start the server
cd server
npm run start
  1. start the react
cd ../client
npm run start

go to the http://localhost:3000 in your browser for website and server is running on http://localhost:3001.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Twitter Handle - @nishit130

About


Languages

Language:JavaScript 87.6%Language:CSS 5.6%Language:HTML 3.5%Language:Shell 3.1%Language:Dockerfile 0.2%