This template is used for facilitating the full-stack developer tests during the PurpleWave hiring process. It provides a framework for developing an API and a frontend in the same repository.
api
- SQLite-backed ExpressJS APIfrontend
- ReactJS Frontend
- Clone this repository.
npm install
- To run the API:
npm run api
- To run the Frontend:
npm run frontend
Refer to the documentation provided by your PurpleWave contact for specifics on what to do, how to submit your resulting project and who to contact for help with the project.