Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinjanbarluado/codev_assessment_typescript_api
Codev Assessment
https://github.com/kevinjanbarluado/codev_assessment_typescript_api
Last synced: 18 days ago
JSON representation
Codev Assessment
- Host: GitHub
- URL: https://github.com/kevinjanbarluado/codev_assessment_typescript_api
- Owner: kevinjanbarluado
- Created: 2023-09-12T21:57:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T01:33:11.000Z (over 1 year ago)
- Last Synced: 2024-10-31T06:52:09.051Z (3 months ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Job Board Application API
This is the Job Board Application API developed as part of the Codev Assessment.
## Requirements
- Node.js
- Postman (for endpoint testing)## Getting Started
To test the API:
1. Run `npm install` to install dependencies.
2. Run `npm start` to start the server.
3. Import `enpoints.postman_collection.json` in Postman to test the endpoints.## Testing
You can use Postman to test the API endpoints.