An open API service indexing awesome lists of open source software.

https://github.com/synthetic-borealis/around-express

Around the U.S. front end and back end.
https://github.com/synthetic-borealis/around-express

Last synced: 4 months ago
JSON representation

Around the U.S. front end and back end.

Awesome Lists containing this project

README

        

# Around the U.S. Back End
A back-end for the Around the U.S. web-site.

## Table of Contents
- [Build With](#built-with)
- [Running the Project](#running-the-project)
- [Ideas for Further Development](#ideas-for-further-development)

## Built With
- Node.js
- Express.js
- MongoDB
- Mongoose

## Running the Project
- `npm run start` — to launch the server.
- `npm run dev` — to launch the server with the hot reload feature.

## Ideas for Further Development
- Optimization: Cache the JSON files when the server is started instead of creating a read stream for every user request.
- Optional: Try to implement the server in another programming language, perhaps C++ or C#.