Fully Electric is a marketplace for electric vehicles where sellers can list their cars and be contacted by interested buyers - find more at fully-electric.herokuapp.com/
To run the app please follow these instructions:
- Clone this repo
git clone https://github.com/goncalog/fully-electric.git
cd fully-electric
- Back-end server: Install dependencies and start it
In the root project folder fully-electric:
cd fully-electric-backend
npm install
npm run serverstart
- Front-end client: Install dependencies and start it
In the root project folder fully-electric:
cd fully-electric-frontend
npm install
npm start
- Backend (API)
- Node.js
- Express.js
- Frontend
- React.js
- JavaScript
- HTML
- CSS
- Database
- MongoDB
- Mongoose
- Testing (Test Driven Development)
- Mocha
- Jest