Mavidurak-io express js ve sequelize kullanılan backend projesi
All node modules inside the projet. But you can use
npm install
You can use Postman for sending requests. You must write your mysql-server username,password and database-name at config.json's development field
npm run dev
GET
http://localhost:3000/api/all
GET
http://localhost:3000/api/find/{id}
POST
http://localhost:3000/api/new
You must write user info's at Body x-www-form-urlencoded.
PUT
http://localhost:3000/api/edit
You must write user info's at Body x-www-form-urlencoded. NOTE: At this time only password_salt edit supported
DELETE
http://localhost:3000/api/delete/{id}
All table connections and table propertys are created. But apiRoutes supports only user table actions.