A mapping system for the homeless people. A JEC Hackathon project. Made by the student of NIT, Silchar, Assam
- Vikas @vikas528
- Sayahnneeta Dutta @Sayahnneeta
- Jay Mehta @BitsJayMehta173
- Pratik Majumdar @codadept
By following the instructions you can get a copy of the project up and running on your local machine for development and testing purposes.
Your local machine must have Git and Node.js (which basically comes with NPM) installed.
Open your git bash in the required directory and first clone this repository-
# Clone this repository and the server repository
$ git clone https://github.com/decoding-apocalypse/aashroy-client.git
$ git clone https://github.com/decoding-apocalypse/aashroy-api.git
# First go into the server repository
$ cd aashroy-api
# Remove current origin repository
$ git remote remove originThen install the dependencies using NPM-
# Install dependencies
$ npm install
# Start development server
$ npm run dev# Once your server has started, now go to the codachat repository:
$ cd aashroy-client# Remove current origin repository
$ git remote remove origin
# Start the react app
$ npm start



