Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyuelberga/group-6-doctor-app
API: https://fmda-api.vercel.app
https://github.com/eyuelberga/group-6-doctor-app
Last synced: 10 days ago
JSON representation
API: https://fmda-api.vercel.app
- Host: GitHub
- URL: https://github.com/eyuelberga/group-6-doctor-app
- Owner: eyuelberga
- Created: 2024-01-27T18:50:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T21:23:27.000Z (11 months ago)
- Last Synced: 2024-02-28T00:44:15.239Z (11 months ago)
- Language: JavaScript
- Homepage: https://fmda.vercel.app
- Size: 3.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Hack.Diversity Tech Dive Template
## Getting Started
This skeleton contains two different applications -- a front end, or "client," created with "Create React App," and a back end, or "API," created with Express.
In order to make both of them work together, you'll need to run both, but you can run just one or the other to start. As you begin working on this project, you'll first focus on the client, so you can more or less ignore the API portion of the code for now.
## Client
In order to run the client, you'll run the following commands:```bash
cd client/
npm i
npm start
```You should then be able to visit `localhost:3000` in your browser and see the client running. If you make changes in the `App.js` file, you should see them reflected.
## API
In order to run the server, you'll run the following commands:```bash
cd api/
npm i
npm start
```You should then be able to visit `localhost:9000` in your browser and see the server running.
test text - jeramaya monteiro
test text - kerry owusu