/cars-app-backend

Backend part of the React cars application.

Primary LanguageJavaScript

About Cars App

This app has been created using React.

It is an application which provices information about some cars. That data is storaged in a MongoDB database. The api is included on this repository.

Development

Frontend part

The frontend code is in a separate repository. You can find it here.

Starting the backend server

npm start

Server will start in port 4000. If you are running this app in localhost, be sure that the apiUrl in config.json file in cars-app matches with http://localhost:4000.