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

https://github.com/sainingo/practical_test_jr_developer


https://github.com/sainingo/practical_test_jr_developer

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

          

Practical Test Junior Developer



This repo host the three projects for junior developer test


Read Me




## About The Project

This is practical test for junior developer

### Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

* [![React][React.js]][React-url]
* [![Node][Node.js]][Node-url]
* [![Tailwind][Tailwind.js]][Tailwind-url]
* [![Mysql][Mysql.js]][Mysql-url]

## Getting Started

clone the main repo
-- git clone https://github.com/sainingo/practical_test_jr_developer

cd the folder you wish to test
- eg /crud_app_with_mysql

cd backend/

* npm install
* npm run dev

### Prerequisites

This is an example of how to list things you need to use the software and how to install them.
* npm
```sh
npm install npm@latest -g
```

## Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)