Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antrikshmisri/hackerearth-assesment
https://github.com/antrikshmisri/hackerearth-assesment
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/antrikshmisri/hackerearth-assesment
- Owner: antrikshmisri
- Created: 2022-01-05T12:05:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-06T07:33:05.000Z (about 3 years ago)
- Last Synced: 2024-11-17T20:49:21.584Z (2 months ago)
- Language: JavaScript
- Homepage: https://hackerearth-assesment.herokuapp.com/
- Size: 11.2 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hackerearth-assesment
You can see the live application [here](https://hackerearth-assesment.herokuapp.com/).
# Instructions
Follow the instructions given below to run the app in development mode.
### Get the dependencies
```bash
npm install && cd frontend && npm install && cd ..
```### Provide MongoDB URI
Create a file named `.env` in the root directory of the project.
Add the following lines to the file:
```
DATABASE_URI=mongodb://localhost:27017/imagedb
```### Run the app
```bash
npm run dev && cd frontend && npm start
```### Seed the database
```bash
npm run seed
```### Run the tests
```bash
cd frontend && npm test
```# Tech Stack
Below is the tech stack used to build the app.
### Frontend
* React
* react-router
* react-bootstrap
* react-icons
* react-paginate
* Bootstrap### Backend
* Express
* body-parser
* method-override
* mongoose
* MongoDB# ScreenShots
Home Route
Pagination
Add Route
Edit Route
Show Route