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.
- Host: GitHub
- URL: https://github.com/synthetic-borealis/around-express
- Owner: synthetic-borealis
- Created: 2021-11-22T12:01:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T09:26:40.000Z (over 2 years ago)
- Last Synced: 2024-12-31T09:18:42.396Z (6 months ago)
- Language: JavaScript
- Size: 462 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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#.